vendor/golang.org/x/net/dns/dnsmessage.Builder.header (field)
8 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1243: header header
message.go#L1268: b.header.id, b.header.bits = h.pack()
message.go#L1341: count = &b.header.questions
message.go#L1344: count = &b.header.answers
message.go#L1347: count = &b.header.authorities
message.go#L1350: count = &b.header.additionals
message.go#L1660: b.header.pack(b.msg[b.start:b.start])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |